Skip to main content

NoShow

Description

The NoShow message is an event type that indicates that a patient who was scheduled for an appointment did not arrive or did not check-in for the appointment as expected.

API endpoints for No Show

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/surgical-scheduling/noshow.

Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.

Data Model JSON for NoShow

NoShow - Sample Payload

{
"Visit": {
"NoShowReason": "Car broke down.",
"VisitNumber": "1234",
"AccountNumber": null,
"VisitDateTime": null,
"Status": null,
"Duration": null,
"PatientClass": null,
"Notes": [],
"AttendingProvider": {
"ID": "4356789876",
"IDType": "NPI",
"FirstName": "Bobby",
"LastName": "Grant",
"Credentials": [
"MD"
],
"Address": {
"StreetAddress": "123 Main St.",
"City": "San Jose"",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": "+16085551234"
},
"Location": {
"Type": null,
"Facility": null,
"Department": null,
"Room": null
}
},
"Location": {
"Type": "Inpatient",
"Facility": "MGM Hospital",
"Department": "3N",
"Room": "136",
"Bed": "B"
},
"Diagnoses": [
{
"Code": "R07.0",
"Codeset": "ICD-10",
"Name": "Throat infection",
"Type": null,
"DocumentedDateTime": null
}
],
"Equipment": []
},
"Meta": {
"DataModel": "SurgicalScheduling",
"EventType": "NoShow",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Source": {
"ID": "c8fa0dcc-4da6-4df7-94bc-243b658fa637",
"Name": "EHR Bridge Dev Tools"
},
"Destinations": [
{
"ID": "cfbf0915-fd49-4220-bb23-bc273c1611ab",
"Name": "Destinations EMR"
}
],
"Logs": [
{
"ID": "eccc7894-907e-4522-9e20-b2ad6d921143 ",
"AttemptID": "1c011a7b-ef6a-4502-8d30-39be3da3f1f0"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Patient": {
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "32493b62-3795-4b4b-9364-c314af65a68e",
"IDType": "EHRID"
},
{
"ID": "9469ac08-d0a8-43b5-89bf-1bfbdce7a33b",
"IDType": "NIST"
}
],
"Demographics": {
"FirstName": "James",
"MiddleName": "Alex",
"LastName": "Smith",
"DOB": "2008-01-06",
"SSN": "101-01-0001",
"Sex": "Male",
"Race": "White",
"IsHispanic": null,
"Religion": null,
"MaritalStatus": "Single",
"IsDeceased": null,
"DeathDateTime": null,
"PhoneNumber": {
"Home": "+18088675301",
"Office": null,
"Mobile": null
},
"EmailAddresses": [],
"Language": "en",
"Citizenship": [],
"Address": {
"StreetAddress": "4762 Hill Street",
"City": "San Jose"",
"State": "CA",
"ZIP": "53566",
"County": "Santa Clara",
"Country": "USA"
}
},
"Notes": []
},
"Procedures": [
{
"Code": "6391",
"Codeset": null,
"Description": "Appendectomy",
"DateTime": "2015-12-13T21:08:57.581Z",
"Duration": 120,
"ProcedureInfo": [
{
"Description": "Laterality",
"Value": "unilateral left"
}
]
}
],
"SurgeryStaff": [
{
"ID": "4356789876",
"IDType": "NPI",
"FirstName": "Bobby",
"LastName": "Grant",
"Credentials": [
"MD"
],
"Address": {
"StreetAddress": "123 Main St.",
"City": "San Jose"",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": "+16085551234"
},
"Location": {
"Type": null,
"Facility": null,
"Department": null,
"Room": null
},
"Role": {
"Code": "1.1",
"Codeset": null,
"Description": "Primary Surgeon"
},
"StartDateTime": "2015-12-13T21:08:57.581Z",
"Duration": 120
}
],
"SurgicalInfo": [
{
"Code": "23457",
"Codeset": "EHR Codes",
"Description": "Priority",
"Value": "Normal"
},
{
"Code": "1535135",
"Codeset": "EHR Codes",
"Description": "Use Preference Cards",
"Value": "Y"
}
],
"SurgicalCase": {
"Number": null,
"Status": null
}
}